ComponentOne ASP.NET MVC Controls
Select Method (FlexGridBaseBuilder<T,TControl,TBuilder>)

C1.Web.Mvc.Fluent Namespace > FlexGridBaseBuilder<T,TControl,TBuilder> Class : Select Method
Index of the first row in this range.
Index of the first column in this range.
Index of the last row in this range.
Index of the last column in this range.
Selects a cell range and optionally scrolls it into view.
Syntax
'Declaration
 
Public Overridable Function Select( _
   ByVal row As Integer, _
   ByVal col As Integer, _
   ByVal row2 As Nullable(Of Integer), _
   ByVal col2 As Nullable(Of Integer) _
) As TBuilder
public virtual TBuilder Select( 
   int row,
   int col,
   Nullable<int> row2,
   Nullable<int> col2
)

Parameters

row
Index of the first row in this range.
col
Index of the first column in this range.
row2
Index of the last row in this range.
col2
Index of the last column in this range.

Return Value

Current builder.
Remarks
If row2 and col2 are not set or set to Null, it means the single cell specified by row and col will be selected.
See Also

Reference

FlexGridBaseBuilder<T,TControl,TBuilder> Class
FlexGridBaseBuilder<T,TControl,TBuilder> Members